home *** CD-ROM | disk | FTP | other *** search
/ Paparazzi!: Tales of Tinseltown / Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso / pprazia2.dir / 00910_Script_JACKIE-ALIEN GotItContinue < prev    next >
Text File  |  1995-05-21  |  668b  |  25 lines

  1. on mouseDown
  2.   put "ContinueBTN" into f
  3.   put "ContinueBTNHL" into fHL
  4.   hiliter 23, f, fHL
  5.   puppetsound "button.aif"
  6.   updatestage
  7. end MouseDown
  8.  
  9. on mouseUp
  10.   global gCondition, gCurrentPlayer, whichPlayer, gDayOfTheWeek,¼
  11.  gDayOrNight, gOneOrTwo, gTheDay, gTheCDPath, TheMast, g02A,¼
  12.  gsuccessRate, theMovieName, MOTEL, HDPathName
  13.   
  14.   --need to update the conditional variable for this payoff
  15.   put "c" into g02A
  16.   set MOTEL = "c"
  17.   
  18.   --need the masthead name for line 9
  19.   put TheMast into item 9 of line 9 of whichPlayer
  20.   
  21.   --need to increment the gsuccessRate in line 7
  22.   set gsuccessRate = gsuccessRate + 1
  23.   GameContinue
  24. end mouseUp
  25.